Delete bogus inclusion of <sys/time.h>.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 4 Jun 2003 23:24:26 +0000 (23:24 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 4 Jun 2003 23:24:26 +0000 (23:24 +0000)
gpsbabel/jeeps/gpsserial.c

index 1565a531bb07734551165a5191da4cf4d12a334c..7948cc7f88c04281c5815b3699042b6d349c1f9e 100644 (file)
@@ -30,7 +30,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <time.h>
-#include <sys/time.h>
 
 
 #if __WIN32__